home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / graphics / cadpipe3.arj / CADPIPE.BAT < prev    next >
DOS Batch File  |  1993-06-30  |  3KB  |  51 lines

  1. @echo off
  2. :start
  3. cls
  4. echo ╔═════════════════════════════════════════════════════════════════════╗
  5. echo ║                      CADPIPE HVAC Demo Disk                         ║
  6. echo ╠═════════════════════════════════════════════════════════════════════╣
  7. echo ║                                                                     ║
  8. echo ║  Welcome to the CADPIPE HVAC demo disk.                             ║
  9. echo ║                                                                     ║
  10. echo ║  In order to run the demo, you must have a VGA monitor with at      ║
  11. echo ║  least 640x480 resolution.  If you are not sure of the resolution   ║
  12. echo ║  of your monitor, try to run the demo and you will be given an      ║
  13. echo ║  error message if your monitor's resolution is less than required.  ║
  14. echo ║                                                                     ║
  15. echo ║                                                                     ║
  16. echo ║  Please select an option below:                                     ║
  17. echo ║                                                                     ║
  18. echo ║  1. Run the CADPIPE HVAC demo program                               ║
  19. echo ║                                                                     ║
  20. echo ║  2. Exit                                                            ║
  21. echo ║                                                                     ║
  22. echo ╚═════════════════════════════════════════════════════════════════════╝
  23. getkey1
  24. if errorlevel 50 goto :end
  25. if errorlevel 49 goto :one
  26. if errorlevel 1 goto :start
  27.  
  28. :one
  29. cls
  30. echo ╔═════════════════════════════════════════════════════════════════════╗
  31. echo ║                                                                     ║
  32. echo ║  The CADPIPE HVAC demo will now be run.                             ║
  33. echo ║                                                                     ║
  34. echo ║  This demo uses:                                                    ║
  35. echo ║         IBM Story Teller program (ST.EXE)                           ║
  36. echo ║         (C) Copyright IBM Corp. 1985, 1986, 1987, 1989              ║
  37. echo ║         All Rights Reserved                                         ║
  38. echo ║                                                                     ║
  39. echo ║  While the story is in process, use the PAUSE key or the F10 key    ║
  40. echo ║  to pause the presentation.  Use any other key to resume the        ║
  41. echo ║  presentation.  Press ESC at any time to abort the presentation.    ║
  42. echo ║                                                                     ║
  43. echo ║                                                                     ║
  44. echo ║  Hit any key to continue                       Hit Ctrl-C to abort  ║
  45. echo ╚═════════════════════════════════════════════════════════════════════╝
  46. pause > nul
  47. call rundemo
  48. goto :start
  49.  
  50. :end
  51.